home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SOURC455.ZIP / TESTYN.DEF < prev    next >
Text File  |  1992-07-07  |  2KB  |  50 lines

  1.  
  2.                   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.                       SOURCER DEFINITION FILE - TESTYN
  4.                   ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  5.  
  6.   
  7.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Section 1: CONTROL INFORMATION   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  8.   
  9. uP                 = 8088
  10. Input filename     = testyn.exe
  11. Header             = TESTYN with definition file
  12. Xref               = ON
  13.   
  14.   
  15.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Section 2: RANGE DEFINITION      ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  16.  
  17.  ▒▒▒▒ Segments ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  18.   
  19.   begin      end      default      seg   seg  
  20.  seg:off     off     ds     es     type  size  
  21.  -------     ----    ----   ----   ----- -----
  22. none                                           ; comments in this area ignored
  23.  
  24.  
  25.  
  26.    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Section 3  REFERENCE DEFINITIONS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  27.  
  28.  
  29.  ════ Subroutines ═══════════════════════
  30.   seg:off   type & options     label           comments
  31.   -------   --------------     --------------  --------------
  32. seg_c:0000  sub, far, c 02     beeper          ; beep subroutine (3rd segment)
  33.         
  34.  
  35.  ════ Locations        ═════════════════════════
  36.   seg:off   type & options     label           comments
  37.   -------   --------------     --------------  --------------
  38. seg_a:0028  loc, c 04          begin_program
  39. seg_a:0043  loc                exit
  40.  
  41.  
  42.  ════ Data Items ════════════════════════
  43.   seg:off   type & options     label           comments
  44.   -------   --------------     --------------  --------------
  45. seg_c:002C  da, r 0C           yes_no_message
  46. seg_c:0038  dw, c 6            speaker_port
  47. seg_c:003A  dw, c 7            on_off_time
  48. seg_c:003C  dw, c 8            beep_cycles
  49.  
  50.